Skip to content

Remove deprecated CLI legacy flag-form shim#160

Merged
tieguy merged 1 commit into
mainfrom
claude/issue-102-remove-legacy-shim
Jul 19, 2026
Merged

Remove deprecated CLI legacy flag-form shim#160
tieguy merged 1 commit into
mainfrom
claude/issue-102-remove-legacy-shim

Conversation

@tieguy

@tieguy tieguy commented Jul 19, 2026

Copy link
Copy Markdown
Collaborator

Removes the deprecated pre-clap flag-form shim from sp42-cli (follow-up to #98). The CLI is now defined only by the clap subcommand tree; old flag invocations fail as normal clap usage errors, covered by a new regression test. Also drops the legacy-forms table from docs/platform/CLI.md.

Closes #102

🤖 Generated with Claude Code

https://claude.ai/code/session_01EXJT6YsDdt6tPkHNccaipp

The pre-clap flag-form compatibility layer (rewrite_legacy_argv and
helpers) shipped in #98 for the migration window; the CLI surface is now
the clap subcommand tree only, and legacy flags fail as ordinary clap
usage errors. Drops the deprecated-forms section from docs/platform/CLI.md.

Closes #102

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EXJT6YsDdt6tPkHNccaipp
@tieguy
tieguy requested a review from schiste as a code owner July 19, 2026 16:41
@tieguy

tieguy commented Jul 19, 2026

Copy link
Copy Markdown
Collaborator Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Already looking forward to the next diff.

Reviewed commit: 7d154fbeaf

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

@tieguy
tieguy merged commit f22c96c into main Jul 19, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clean up deprecated CLI legacy flag shim

1 participant